﻿2026-06-04T16:59:09.1112081Z ##[group]Run actions/checkout@v5
2026-06-04T16:59:09.1113771Z with:
2026-06-04T16:59:09.1114575Z   repository: SaberMage/spt-core
2026-06-04T16:59:09.1122510Z   token: ***
2026-06-04T16:59:09.1123365Z   ssh-strict: true
2026-06-04T16:59:09.1124129Z   ssh-user: git
2026-06-04T16:59:09.1124905Z   persist-credentials: true
2026-06-04T16:59:09.1125834Z   clean: true
2026-06-04T16:59:09.1126624Z   sparse-checkout-cone-mode: true
2026-06-04T16:59:09.1127532Z   fetch-depth: 1
2026-06-04T16:59:09.1128258Z   fetch-tags: false
2026-06-04T16:59:09.1128999Z   show-progress: true
2026-06-04T16:59:09.1129850Z   lfs: false
2026-06-04T16:59:09.1130915Z   submodules: false
2026-06-04T16:59:09.1131710Z   set-safe-directory: true
2026-06-04T16:59:09.1133671Z ##[endgroup]
2026-06-04T16:59:09.2655365Z Syncing repository: SaberMage/spt-core
2026-06-04T16:59:09.2658651Z ##[group]Getting Git version info
2026-06-04T16:59:09.2660280Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T16:59:09.2662547Z [command]/usr/bin/git version
2026-06-04T16:59:09.2663589Z git version 2.34.1
2026-06-04T16:59:09.2689106Z ##[endgroup]
2026-06-04T16:59:09.2706856Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/483d3b33-6080-4b34-85b3-af2a8bc9cd55/.gitconfig'
2026-06-04T16:59:09.2732069Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/483d3b33-6080-4b34-85b3-af2a8bc9cd55' before making global git config changes
2026-06-04T16:59:09.2735439Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T16:59:09.2739407Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T16:59:09.2799322Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T16:59:09.2843659Z https://github.com/SaberMage/spt-core
2026-06-04T16:59:09.2851515Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T16:59:09.2857924Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T16:59:09.2887562Z refs/heads/dev-freeform
2026-06-04T16:59:09.2903898Z [command]/usr/bin/git checkout --detach
2026-06-04T16:59:09.2958673Z HEAD is now at 538becc feat(daemon,api,cli): M5-D3c the three shell channels
2026-06-04T16:59:09.3018691Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T16:59:09.3063629Z Deleted branch dev-freeform (was 538becc).
2026-06-04T16:59:09.3111853Z ##[endgroup]
2026-06-04T16:59:09.3115399Z [command]/usr/bin/git submodule status
2026-06-04T16:59:09.3384450Z ##[group]Cleaning the repository
2026-06-04T16:59:09.3389140Z [command]/usr/bin/git clean -ffdx
2026-06-04T16:59:10.3170560Z Removing target/
2026-06-04T16:59:10.3186249Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T16:59:10.3261524Z HEAD is now at 538becc feat(daemon,api,cli): M5-D3c the three shell channels
2026-06-04T16:59:10.3269060Z ##[endgroup]
2026-06-04T16:59:10.3272348Z ##[group]Disabling automatic garbage collection
2026-06-04T16:59:10.3278421Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T16:59:10.3324659Z ##[endgroup]
2026-06-04T16:59:10.3326981Z ##[group]Setting up auth
2026-06-04T16:59:10.3336567Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T16:59:10.3385145Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T16:59:10.3664803Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T16:59:10.3709671Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T16:59:10.3981722Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T16:59:10.4024120Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T16:59:10.4267278Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T16:59:10.4327598Z ##[endgroup]
2026-06-04T16:59:10.4330438Z ##[group]Fetching the repository
2026-06-04T16:59:10.4342761Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +59a670e921d1f12844e9f1a9839da7d0b7bd67aa:refs/remotes/origin/dev-freeform
2026-06-04T16:59:11.0418110Z From https://github.com/SaberMage/spt-core
2026-06-04T16:59:11.0423651Z  + 538becc...59a670e 59a670e921d1f12844e9f1a9839da7d0b7bd67aa -> origin/dev-freeform  (forced update)
2026-06-04T16:59:11.0459882Z ##[endgroup]
2026-06-04T16:59:11.0561684Z ##[group]Determining the checkout info
2026-06-04T16:59:11.0565879Z ##[endgroup]
2026-06-04T16:59:11.0567751Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T16:59:11.0573329Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T16:59:11.0579147Z ##[group]Checking out the ref
2026-06-04T16:59:11.0582558Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T16:59:11.0621871Z Warning: you are leaving 1 commit behind, not connected to
2026-06-04T16:59:11.0625352Z any of your branches:
2026-06-04T16:59:11.0626290Z 
2026-06-04T16:59:11.0627675Z   538becc feat(daemon,api,cli): M5-D3c the three shell channels
2026-06-04T16:59:11.0630059Z 
2026-06-04T16:59:11.0631401Z If you want to keep it by creating a new branch, this may be a good time
2026-06-04T16:59:11.0633992Z to do so with:
2026-06-04T16:59:11.0634803Z 
2026-06-04T16:59:11.0635522Z  git branch <new-branch-name> 538becc
2026-06-04T16:59:11.0636783Z 
2026-06-04T16:59:11.0637637Z Switched to a new branch 'dev-freeform'
2026-06-04T16:59:11.0640540Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T16:59:11.0647073Z ##[endgroup]
2026-06-04T16:59:11.0692316Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T16:59:11.0731207Z 59a670e921d1f12844e9f1a9839da7d0b7bd67aa
